home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / applic / NCSA_Telnet / Mac / Telnet2.5 / Telnet2.5src.sit.hqx / Telnet2.5 final / tcpip / tcp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-05  |  171 b   |  13 lines

  1. extern int tcpinterpret
  2.   (
  3.     TCPKT *p,
  4.     int tlen,                /* BYU 2.4.15 */
  5.     short fromSLIP            /* BYU 2.4.15 */
  6.   );
  7.  
  8. extern void tcpsend
  9.   (
  10.     struct port *pport,
  11.     int dlen
  12.   );
  13.